Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class
Fields Properties Methods

In This Topic
    C1AutoComplete<T> Class Members
    In This Topic

    The following tables list the members exposed by C1AutoComplete<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1AutoComplete class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the control should try to automatically complete entries using the list of items. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the mode that the DropDown uses to display the DropDownView.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the style of the button used to toggle the drop-down. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the content of the drop-down. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the icon used when the drop-down is collapsed. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the collection that is bound to the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the delay that occurs between the key strokes and the auto-complete. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the name of the property to use as the visual representation of the items. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the drop-down behavior. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the mode that the DropDown uses to display the DropDownView. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the style of the drop-down popup. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the editable header. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the style of the editor used to edit the selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the icon used when the drop-down is expanded. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyEvent raised when the control is about to apply a filter to the list of items.  
    Public PropertyGets the filter string used to show auto-complete suggestions.  
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the header. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the matched text highlight style.  
    Public PropertyGets or sets the style of the icon that is placed inside the button used to toggle the drop-down. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyThis callback is called when the drop-down is opened or closed. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the items that are shown in the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the source collection that contains the items to select from. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the callback called when the C1ComboBox<T>.ItemsSource property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the item template. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the style of the items of the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the style of the list of items. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the minimum input length to trigger auto-complete suggestions.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the placeholder displayed when there is no entered text. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the index of the selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the callback called when the C1ComboBox<T>.SelectedIndex property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the current selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the callback called when the C1ComboBox<T>.SelectedItem property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the value of the SelectedItem, obtained by using ValueMemberPath. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the callback called when the C1ComboBox<T>.SelectedValue property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets a value that indicates whether the control should display a dropdown button. (Inherited from C1.Blazor.Input.C1DropDown)
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the text of the control. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public PropertyGets or sets the path that is used to get the value from the item. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus. (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public Method (Inherited from C1.Blazor.Input.C1ComboBox<T>)
    Top
    See Also